home *** CD-ROM | disk | FTP | other *** search
- PAGE ,132
-
- CSEG SEGMENT
- ASSUME CS:CSEG, DS:NOTHING, ES:NOTHING
- ORG 0000H ; For all device drivers
-
- Header DD -1 ; One device
- DW 08000H ; Character device
- StratA DW Strat ; Strategy entrance
- IntrA DW Intr ; Interrupt entrance
- DB 'DDDName ' ; 8 character dummy name
-
- ; Note: Put resident part of DDD here.